Re: how to send scheduled email from PostgreSQL

Поиск
Список
Период
Сортировка
От Daniel Staal
Тема Re: how to send scheduled email from PostgreSQL
Дата
Msg-id 1909750.1069005017@[192.168.1.50]
обсуждение исходный текст
Ответ на how to send scheduled email from PostgreSQL  (hodges@xprt.net)
Список pgsql-novice
--As off Sunday, November 16, 2003 11:25 AM -0800, hodges@xprt.net is
alleged to have said:

> I am interested in having a PostgreSQL query run and some email
> sent on an automatic basis.  Doesnt seem like trigger does this
> sort of thing and I didnt see any reference to sending email
> in a couple PostgreSQL books.
>
> My host system is Redhad 8, Apache, Postfix, PHP and Perl.
> I could add another scripting language if needed.  Shell
> is bash.

--As for the rest, it is mine.

I'd write a Perl script that runs the query and sends the email, then
set a cron job to run the script.  Should be fairly simple, look at
CPAN for MAIL:: modules that you can use to help with sending the
email.

Daniel T. Staal

---------------------------------------------------------------
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---------------------------------------------------------------

В списке pgsql-novice по дате отправления:

Предыдущее
От: Alain Hermosilla Ringger
Дата:
Сообщение: problem with COPY command
Следующее
От: Sergey Belikov
Дата:
Сообщение: Threads in PSQL